home *** CD-ROM | disk | FTP | other *** search
- #! moat
-
- xtAppInitialize
-
- xmBulletinBoard .top managed \
- -width 120 -height 120
-
- xmArrowButton .top.up managed \
- -width 50 -height 50 \
- -arrowDirection arrow_up
- xmArrowButton .top.right managed \
- -width 50 -height 50 \
- -x 60 \
- -arrowDirection arrow_right
- xmArrowButton .top.down managed \
- -width 50 -height 50 \
- -x 60 -y 60 \
- -arrowDirection arrow_down
- xmArrowButton .top.left managed \
- -width 50 -height 50 \
- -y 60 \
- -arrowDirection arrow_left
-
- . realizeWidget
- . mainLoop
-